VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentXObjectEditor Class / FindXObjects Methods / FindXObjects(RectangleF[]) Method
Syntax Requirements SeeAlso
In This Topic
    FindXObjects(RectangleF[]) Method (PdfContentXObjectEditor)
    In This Topic
    Finds all XObjects (image-resources, PDF forms, etc), which intersect with specified rect set.
    Syntax
    'Declaration
    
    Public Overloads Function FindXObjects( _
    ByVal ParamArray rects
    Set of rectangles.
    () As System.Drawing.RectangleF _
    ) As PdfContentXObject[]
    public PdfContentXObject[] FindXObjects(
    params System.Drawing.RectangleF[] rects
    )
    public: PdfContentXObject*[] FindXObjects(
    params System.Drawing.RectangleF*[]* rects
    )
    public:
    PdfContentXObject^[] FindXObjects(
    ... array<System.Drawing.RectangleF^>^ rects
    )

    Parameters

    rects
    Set of rectangles.

    Return Value

    The XObjects, which are sorted from the topmost to the lowest element.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also